home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / misc.zip / BRIDGE-Z.TXT < prev    next >
Text File  |  1993-05-14  |  8KB  |  196 lines

  1.      Bridge between two LANtastic Ethernet networks using LANtastic Z
  2.      ────────────────────────────────────────────────────────────────
  3.  
  4.      The STARTNET.BAT's described below are really only exerps to
  5.      show the relevant details for this document. I used LANtastic
  6.      NOS 5.00 and LANtastic Z 5.00. Suggestions to improve this
  7.      setup are welcome!
  8.  
  9.      This semi-bridge feature in LANtastic 5.00 allows you to
  10.      copy files to/from the servers via the semi-bridge, execute
  11.      programs and edit documents.IT DOESN'T ALLOW YOU TO USE
  12.      PROGRAMS THAT NEED TO DO FILE AND RECORD LOCKING ON DATA
  13.      FILES VIA THE BRIDGE.
  14.  
  15.      Connection
  16.      ──────────
  17.      Network A and B are connected via LANtastic Z serial, using
  18.      the SPORT driver at 9600 baud. I havn't had time to try
  19.      MPORT and modems to connect the two networks.
  20.  
  21.      Network A
  22.                Thin Ethernet                   COM1
  23.         T┬───────────────────────────────┬T    ┌───────────┐
  24.      ┌───┴─────────┐                 ┌───┴─────┴───┐       │ L
  25.      │ Workstation │                 │ Server      │       │ A
  26.      │ ADAM        │                 │ EVE         │       │ N
  27.      │ Ethernet    │                 │ Ethernet    │       │ t
  28.      │             │                 │ LANtastic Z │       │ a
  29.      └─────────────┘                 └─────────────┘       │ s
  30.                                                            │ t
  31.                                                            │ i
  32.      Network B                                             │ c
  33.                Thin Ethernet                   COM1        │
  34.         T┬───────────────────────────────┬T    ┌───────────┘ Z
  35.      ┌───┴─────────┐                 ┌───┴─────┴───┐
  36.      │ Server      │                 │ Server      │
  37.      │ TONY        │                 │ ROBERT      │
  38.      │ Ethernet    │                 │ Ethernet    │
  39.      │             │                 │ LANtastic Z │
  40.      └─────────────┘                 └─────────────┘
  41.  
  42.  
  43.      The main question
  44.      ─────────────────
  45.      How should the setup be if ADAM on network A wants to reach
  46.      the hard disk on server TONY on network B?
  47.  
  48.  
  49.  
  50.      ADAM: STARTNET.BAT
  51.      ──────────────────
  52.      NODERUN         (driver for the Ethernet adapter)
  53.      AILANBIO
  54.      REDIR ADAM BUFFERS=2 SIZE=4096 LOGINS=3 BEEP_DELAY=30
  55.      NET USER ADAM
  56.      NET LOGIN/DEFERRED \\EVE
  57.      NET USE/DEFERRED K: \\EVE\E-DRIVE
  58.      NET SHOW
  59.  
  60.      EVE: STARTNET.BAT
  61.      ─────────────────
  62.      SHARE /F:4096 /L:200
  63.      NODERUN         (driver for the Ethernet adapter)
  64.      AILANBIO
  65.      SPORT MPX=C8 BAUD=9600
  66.      AILANBIO MPX=C8 ADAPTER=1
  67.      REDIR EVE BUFFERS=2 SIZE=4096 LOGINS=3 BEEP_DELAY=30
  68.      SERVER
  69.      NET USER EVE
  70.      NET LOGIN \\EVE
  71.      NET LOGIN/DEFERRED \\ROBERT
  72.      NET USE/DEFERRED E: \\ROBERT\R-DRIVE
  73.      NET SHOW
  74.  
  75.  
  76.      ROBERT: STARTNET.BAT
  77.      ────────────────────
  78.      SHARE /F:4096 /L:200
  79.      NODERUN         (driver for the Ethernet adapter)
  80.      AILANBIO
  81.      SPORT MPX=C8 BAUD=9600
  82.      AILANBIO MPX=C8 ADAPTER=1
  83.      REDIR ROBERT BUFFERS=2 SIZE=4096 LOGINS=3 BEEP_DELAY=30
  84.      SERVER
  85.      NET USER ROBERT
  86.      NET LOGIN \\ROBERT
  87.      NET LOGIN/DEFERRED \\TONY
  88.      NET USE/DEFERRED R: \\TONY\T-DRIVE
  89.      NET SHOW
  90.  
  91.  
  92.      TONY: STARTNET.BAT
  93.      ──────────────────
  94.      SHARE /F:4096 /L:200
  95.      NODERUN         (driver for the Ethernet adapter)
  96.      AILANBIO
  97.      REDIR TONY LOGINS=3
  98.      SERVER
  99.      NET USER TONY
  100.      NET LOGIN \\TONY
  101.      NET SHOW
  102.  
  103.  
  104.      EVE EVE EVE EVE EVE EVE EVE EVE EVE EVE EVE EVE EVE EVE EVE EVE
  105.      ───────────────────────────────────────────────────────────────
  106.  
  107.      EVE: NET_MGR - Server Startup Parameters
  108.        File Lookup Cache: 200
  109.  
  110.      EVE: NET_MGR - Shared Resources Management
  111.       ╔══════════════════════════════════════════════════════╗
  112.       ║Resource Name => Local Path/Device                    ║
  113.       ╠══════════════════════════════════════════════════════╣
  114.       ║.             => C:\LANTASTI.NET                      ║
  115.       ║C-DRIVE       => C:                                   ║
  116.       ║E-DRIVE       => E:                                   ║
  117.       ╚══════════════════════════════════════════════════════╝
  118.  
  119.      EVE: NET_MGR - The resource E-DRIVE
  120.       ╔══════════════════════════════════════════════════════╗
  121.       ║Detailed Information for E-DRIVE                      ║
  122.       ╠══════════════════════════════════════════════════════╣
  123.       ║     Description: This is Robert's R-DRIVE!           ║
  124.       ║      Local Path: E:                                  ║
  125.       ║ Disk Drive Type: Other                               ║
  126.       ║   File Security: None                                ║
  127.       ║                                                      ║
  128.       ║────── ACCESS CONTROL LIST ───────────────────────    ║
  129.       ║*                 RWCMLDKNEA--                        ║
  130.       ║                                                      ║
  131.       ╚══════════════════════════════════════════════════════╝
  132.  
  133.      ROBERT ROBERT ROBERT ROBERT ROBERT ROBERT ROBERT ROBERT ROBERT
  134.      ──────────────────────────────────────────────────────────────
  135.  
  136.      ROBERT: NET_MGR - Server Startup Parameters
  137.        File Lookup Cache: 200
  138.  
  139.      ROBERT: NET_MGR - Shared Resources Management
  140.       ╔══════════════════════════════════════════════════════╗
  141.       ║Resource Name => Local Path/Device                    ║
  142.       ╠══════════════════════════════════════════════════════╣
  143.       ║.             => C:\LANTASTI.NET                      ║
  144.       ║C-DRIVE       => C:                                   ║
  145.       ║R-DRIVE       => R:                                   ║
  146.       ╚══════════════════════════════════════════════════════╝
  147.  
  148.      ROBERT: NET_MGR - The resource R-DRIVE
  149.       ╔══════════════════════════════════════════════════════╗
  150.       ║Detailed Information for R-DRIVE                      ║
  151.       ╠══════════════════════════════════════════════════════╣
  152.       ║     Description: This is Tony's T-DRIVE              ║
  153.       ║      Local Path: R:                                  ║
  154.       ║ Disk Drive Type: Other                               ║
  155.       ║   File Security: None                                ║
  156.       ║                                                      ║
  157.       ║────── ACCESS CONTROL LIST ───────────────────────    ║
  158.       ║*                 RWCMLDKNEA--                        ║
  159.       ║                                                      ║
  160.       ╚══════════════════════════════════════════════════════╝
  161.  
  162.      TONY TONY TONY TONY TONY TONY TONY TONY TONY TONY TONY TONY
  163.      ───────────────────────────────────────────────────────────
  164.  
  165.      TONY: NET_MGR - Server Startup Parameters
  166.        File Lookup Cache: 0
  167.  
  168.      TONY: NET_MGR - Shared Resources Management
  169.       ╔══════════════════════════════════════════════════════╗
  170.       ║Resource Name => Local Path/Device                    ║
  171.       ╠══════════════════════════════════════════════════════╣
  172.       ║.             => C:\LANTASTI.NET                      ║
  173.       ║C-DRIVE       => C:                                   ║
  174.       ║T-DRIVE       => C:\TEST                              ║
  175.       ╚══════════════════════════════════════════════════════╝
  176.  
  177.      TONY: NET_MGR - The resource T-DRIVE
  178.       ╔══════════════════════════════════════════════════════╗
  179.       ║Detailed Information for T-DRIVE                      ║
  180.       ╠══════════════════════════════════════════════════════╣
  181.       ║     Description: This is Tony's test directory.      ║
  182.       ║      Local Path: C:\TEST                             ║
  183.       ║ Disk Drive Type: DOS                                 ║
  184.       ║   File Security: None                                ║
  185.       ║                                                      ║
  186.       ║────── ACCESS CONTROL LIST ───────────────────────    ║
  187.       ║*                 RWCMLDKNEA--                        ║
  188.       ║                                                      ║
  189.       ╚══════════════════════════════════════════════════════╝
  190.  
  191.  
  192.                                      Written 14-MAY-1993 by
  193.                                      Bengt Nilsson
  194.                                      DATAFANT AB, Sweden
  195.  
  196.